import { FileUploader, View, Button, Text } from '@aws-amplify/ui-react'; export const PreviewerComponentsExample = () => { return ( { // return ( // // {fileStatuses.map((file, idx) => { // return ( // // {file.name} // {file.percentage} // // ); // })} // // // ); // }, // }} // @ts-ignore // IGNORE provider="fast" // IGNORE /> ); };